Light mode for input controls and panels, batch A (2/3) - #507
Conversation
Second of a 3-part light-mode rollout, stacked on the shell/infra PR. Applies the theme.svelte.ts system (added in part 1) to every shared input control and the first batch of domain panels. Inputs: ClampField, ColorInput, OklchColorDesk, PowerKnobRow, RangeWithNumber, SliderRow, TokenRow. Panels: AllTokensTab, BordersPanel, CheatsheetPanel, ColorsPanel, EffectsPanel, ExportPanel, GenericTokenPanel, HomePanel. Includes fixes for two review-bot findings on the original combined PR: missing dark: placeholder pairing on the AllTokensTab and GenericTokenPanel search inputs, and missing dark: variants for the motion/form entries in CheatsheetPanel's KIND_COLOR map.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Summary by QodoApply light-mode theming to shared inputs and core panels (batch A)
AI Description
Diagram
High-Level Assessment
Files changed (15)
|
dad8f73
into
claude/studio-light-mode-1-infra
Second of a 3-part light-mode rollout. Stack: #506 (1/3) → 2/3 (this PR) → #TBD (3/3). Based on
claude/studio-light-mode-1-infra— merge #506 first; this PR's base will retarget tomainautomatically once that happens, and the diff below will shrink to just this PR's own files.Summary
Applies the
theme.svelte.tssystem (added in #506) to every shared input control and the first batch of domain panels.Review-bot fixes folded in
AllTokensTabandGenericTokenPanel: search input placeholders were missing adark:placeholder:*pairing, staying light-theme-tuned against the dark chrome.CheatsheetPanel: theKIND_COLORbadge map was missingdark:variants for themotionandformentries (every other entry had one).Testing
npx svelte-check— 0 errorsnpx vitest run— 113/113 passingGenerated by Claude Code